projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b03f6d3
)
Include <sys/types.h> before <sys/resource.h>.
author
Roland McGrath
<roland@gnu.org>
Sun, 9 Jan 1994 23:36:21 +0000
(23:36 +0000)
committer
Roland McGrath
<roland@gnu.org>
Sun, 9 Jan 1994 23:36:21 +0000
(23:36 +0000)
src/mem-limits.h
patch
|
blob
|
history
diff --git
a/src/mem-limits.h
b/src/mem-limits.h
index 1878e69ce0087dd779a4501e1b9228b6fc84cdf8..65384ba3c949e3d20c5be4da9848b19cc5d3803a 100644
(file)
--- a/
src/mem-limits.h
+++ b/
src/mem-limits.h
@@
-1,5
+1,5
@@
/* Includes for memory limit warnings.
- Copyright (C) 1990, 1993 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1993
, 1994
Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@
-21,6
+21,9
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <dpmi.h>
#endif
+/* Some systems need this before <sys/resource.h>. */
+#include <sys/types.h>
+
#ifdef _LIBC
#include <sys/resource.h>